home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 April: Mac OS SDK
/
Dev.CD Apr 97 SDK1.toast
/
Development Kits (Disc 1)
/
AppleScript
/
Documentation
/
Apple Event Registry
/
Word Services Suite 1.0.4
/
WSI Library Source
/
Gripe.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-12
|
227 b
|
10 lines
|
[
TEXT/KAHL
]
#undef USE_DEBUGGER /* Undefine this to replace debugger calls with alerts */
#ifdef USE_DEBUGGER
#define Gripe( foo ) DebugStr( foo )
#else
#define Gripe( foo ) RealGripe( foo )
#endif
void RealGripe( StringPtr complaint );